Search found 7 matches

by jambonbill
Mon Oct 21, 2019 7:49 am
Forum: SGDK
Topic: SGDK CodeBlocks Linux
Replies: 9
Views: 12138

Re: SGDK CodeBlocks Linux

What key combos ? I'm probably missing something : )
by jambonbill
Sat Oct 19, 2019 4:38 am
Forum: SGDK
Topic: SGDK CodeBlocks Linux
Replies: 9
Views: 12138

Re: SGDK CodeBlocks Linux

I just realised that i could use Sublimetext for my megadrive needs.

it's also very easy to setup.

for those who are interested, all you need to do is to create a .system-build file, like this one :
{
"shell_cmd": "make -f /opt/gendev/sgdk/mkfiles/makefile.gen && gens out/rom.bin"
}

and hit ...
by jambonbill
Fri Oct 18, 2019 2:58 am
Forum: SGDK
Topic: Do you need tutorials ?
Replies: 76
Views: 1307997

Re: Do you need tutorials ?

also sprite tutorial. not just how to import resource as sprite, but how to make a sprite from scratch.
an updated version of https://github.com/Stephane-D/SGDK/wiki ... -%28old%29
by jambonbill
Wed Oct 16, 2019 9:19 am
Forum: SGDK
Topic: SGDK CodeBlocks Linux
Replies: 9
Views: 12138

Re: SGDK CodeBlocks Linux

ahhh right... stupid me, so that was it, it actually "make" just fine.
thanks for the clarification.
by jambonbill
Wed Oct 16, 2019 2:17 am
Forum: SGDK
Topic: SGDK CodeBlocks Linux
Replies: 9
Views: 12138

Re: SGDK CodeBlocks Linux

Thank you !
I didn't know Geany, but i like it already :D

i have configured the build option as per your screenshot, but the compiler is unhappy.

i assume that i'm supposed to configure the "Compile/Build C commands" part as well,
but i see on your screenshot that you left the default gcc values ...
by jambonbill
Tue Oct 15, 2019 8:15 am
Forum: SGDK
Topic: SGDK CodeBlocks Linux
Replies: 9
Views: 12138

SGDK CodeBlocks Linux

I'm new to SGDK and trying to configure Codeblocks.

I found https://github.com/Stephane-D/SGDK/wiki/Setup-SGDK-with-CodeBlocks
but its quite "windows" specific :

https://github.com/Stephane-D/SGDK/wiki/images/cb_03.jpg

Can anyone help me to setup the compiler ?
i have gendev installed at its ...
by jambonbill
Mon Oct 14, 2019 9:08 am
Forum: SGDK
Topic: Do you need tutorials ?
Replies: 76
Views: 1307997

Re: Do you need tutorials ?

Yes, more tutorials !
a tutorial about PSG sound FX would be great.