Hello,
I have setup a small template to work with Visual Studio Code editor .
It includes configuration to detect the include files of SGDK and two tasks for building and cleaning the project. The only prerequisite (apart SGDK and VSCode itself along with the c/cpp extension) is the user to have ...
Search found 5 matches
- Sat Jan 21, 2017 5:24 pm
- Forum: SGDK
- Topic: SGDK and Visual Studio Code template
- Replies: 13
- Views: 16046
- Sat Dec 19, 2015 8:19 pm
- Forum: Tools
- Topic: After ASM, C, Basic...here comes Java !
- Replies: 8
- Views: 10565
Re: After ASM, C, Basic...here comes Java !
Hello all,
Just wanted to bump this thread because recently I discovered Mike's work on java grinder and it's mega drive implementation. I believe his work is awesome as he gives the homebrew community another tool to code demos and games. Plus he is a great guy, we exchanged a couple of emails ...
Just wanted to bump this thread because recently I discovered Mike's work on java grinder and it's mega drive implementation. I believe his work is awesome as he gives the homebrew community another tool to code demos and games. Plus he is a great guy, we exchanged a couple of emails ...
- Tue Feb 01, 2011 8:50 pm
- Forum: SGDK
- Topic: Sprite drawing problem
- Replies: 22
- Views: 20975
- Mon Jan 31, 2011 7:48 pm
- Forum: SGDK
- Topic: Sprite drawing problem
- Replies: 22
- Views: 20975
Thanks a million times for the replies (and the code refactoring)
Unfortunately my problem still persists. The sprites are not displayed correctly. I changed the images of the ball and the paddle, recreated the C arrays via ImaGenesis but in vain.
ball image: http://img16.imageshack.us/img16/3346 ...
Unfortunately my problem still persists. The sprites are not displayed correctly. I changed the images of the ball and the paddle, recreated the C arrays via ImaGenesis but in vain.
ball image: http://img16.imageshack.us/img16/3346 ...
- Sun Jan 30, 2011 11:52 am
- Forum: SGDK
- Topic: Sprite drawing problem
- Replies: 22
- Views: 20975
Sprite drawing problem
Hello all,
Another newbie trying to dwell into genesis programming world. I am trying to make an arkanoid style of game (a paddle and a ball). I have problems in showing the correct sprites of the paddle and the ball.
The ball is a 16x16 pixels bmp image of 2 colors (black and red, I set black ...
Another newbie trying to dwell into genesis programming world. I am trying to make an arkanoid style of game (a paddle and a ball). I have problems in showing the correct sprites of the paddle and the ball.
The ball is a 16x16 pixels bmp image of 2 colors (black and red, I set black ...