Hi,
It seems there are not many people out there using something else for programming besides c.
So i was wondering if there are people out there using something else like portablE, Forth, Freepascal etc.
I'm using Freepascal myself :)
transJunior Member Posted
12 years agoI develop Ruby on Linux. I may eventually give a whirl on AROS once most of my current projects are polished-off.
After that I've been thinking about creating my own "2nd Gen" Forth language.
serk118ukSoftware Dev Posted
12 years agoi am learning Freepascal..:D
I've been using PortablE to try to make a paint and animation program but the lack of alpha-blending support in the standard cross-platform libraries is holding me up for now.
Hi Sam,
Nice to hear from you again :)
PortablE is very nice, so you are still tinkering with it ?
Is that alpha-blending support an issue from the portablE libs or is it the OS-libraries that causes this ?
Hi Magorium,
I think the problem stems from the fact that the PortablE standard library uses 24-bit color plus a transparency mask for its color support. Alpha-blending is used only to implement the transparency mask in a way that graphics cards can use efficiently. I don't know why ChrisH chose that standard as his format but I can only suspect that OS 3 doesn't support alpha-blending fully.
rebraistJunior Member Posted
12 years agoI've been grown with bread and pascal... but it's at least twenty years i don't write something like
program sumtwonumbers (input/output)...
I'm not a professional programmer but I love tinkering wih C. In these days i'm starting to go deeper to the dark side (C++), i'm being fashinated by some expanding possibilities plain C has not.
I appreciate a lot C# (the proof you can lift the world without using muscles) and i clearly hate java and objective C...
hi AmiDARK,
Pardon my ignorance on the topic (as i never came across your project before), but is there some (separate) documentation (SDK) available already. Or is it simply located in one of the (already) existing archives for the other platforms ?
I am aware that the project hasn't already 'opened up', but that doesn't always necessarily means SDK reference documentation is closed.
Do you encounter or expect specific problems in porting the engine to AROS ?
Any AROS tidbits you could already 'reveal' ?
Thanks in advance.