Page 1 of 1

AlchimieGarden - Oric demo coded at Kindergarden

Posted: Mon Nov 11, 2013 10:15 pm
by Dbug
So, this week end there was a multitude of demo parties, including the Kindergarden and Alchimie.

mmu_man convinced me to try to present something at the Alchimie (remote entry), so I spent few hours on Saturday at the Kindergarden and managed to get a small something running, so there you go:

https://www.pouet.net/prod.php?which=62129

Re: AlchimieGarden - Oric demo coded at Kindergarden

Posted: Tue Nov 12, 2013 12:46 am
by iss
Clean and stylish - I like it! Thanks.

Re: AlchimieGarden - Oric demo coded at Kindergarden

Posted: Tue Nov 12, 2013 9:54 pm
by Dbug
I added the source code on the SVN depot:
http://miniserve.defence-force.org/svn/ ... AlchimieX/

Re: AlchimieGarden - Oric demo coded at Kindergarden

Posted: Tue Nov 12, 2013 11:23 pm
by iss
Thanks for sources too- just in the right moment for me. :)
I'm working on preparation of an alternative OSDK based on CC65 toolchain.
CC65 is still developed and supported. It's fully usable, but the problem is to support XA assembler syntax, so that all
sources found here in the SVN can be compiled error free.
The idea for "new" OSDK is not competition but just another choice for all thousands Oric programmers. :wink:

Re: AlchimieGarden - Oric demo coded at Kindergarden

Posted: Wed Nov 13, 2013 2:08 pm
by barnsey123
Not bad for a few hours work :D

Re: AlchimieGarden - Oric demo coded at Kindergarden

Posted: Wed Nov 13, 2013 2:36 pm
by waskol
Very nice result and very nice example of coding with osk !!!

Re: AlchimieGarden - Oric demo coded at Kindergarden

Posted: Wed Nov 13, 2013 6:40 pm
by Dbug
iss wrote:Thanks for sources too- just in the right moment for me. :)
I'm working on preparation of an alternative OSDK based on CC65 toolchain.
CC65 is still developed and supported. It's fully usable, but the problem is to support XA assembler syntax, so that all
sources found here in the SVN can be compiled error free.
The idea for "new" OSDK is not competition but just another choice for all thousands Oric programmers. :wink:
There's been some people using cc65 on the Oric, Jede at least did it.
That was about 10 years ago though, and at the time cc65 was even less C standard than the C compiler in the OSDK, and I did not like the AS65 assembler syntax - which was really designed as a back end for the compiler more that for actual programmers.

That being said, I have no problem with anyone using whatever they want - as long as I don't have additional work to do :)