Search found 11 matches

by lofihung
Sat Jun 06, 2020 10:05 am
Forum: Demos
Topic: SquareUp - bring out your inner pixel artist
Replies: 6
Views: 18405

Re: SquareUp - bring out your inner pixel artist

images show grid option on and off and canvas clear
by lofihung
Sat Jun 06, 2020 10:02 am
Forum: Demos
Topic: SquareUp - bring out your inner pixel artist
Replies: 6
Views: 18405

Re: SquareUp - bring out your inner pixel artist

Third Update

Biggest improvement is the options menu, press START to display it, then choose an option and it will take effect when you leave the menu.
So far only canvas related options are available.

i changed the paint cursor

some small tweaks in the fonts
by lofihung
Thu May 28, 2020 11:17 am
Forum: Demos
Topic: SquareUp - bring out your inner pixel artist
Replies: 6
Views: 18405

Re: SquareUp - bring out your inner pixel artist

second update

C Button functionality has changed

now you can choose color either left or right

Hold C Button + D Pad left / right

finally added more color palettes

Hold C Button + D Pad up / down

now you can double tap D pad in X or Y axis to move faster

D Pad double tap left / right
D ...
by lofihung
Wed May 20, 2020 5:01 pm
Forum: Demos
Topic: SquareUp - bring out your inner pixel artist
Replies: 6
Views: 18405

Re: SquareUp - bring out your inner pixel artist

first update

I've added this features

Paint Cursor now have an idle animation.
Paint Cursor now could move faster when double tapping left or right.
Color palette now have a selected color indicator.
by lofihung
Wed May 13, 2020 8:12 am
Forum: Demos
Topic: SquareUp - bring out your inner pixel artist
Replies: 6
Views: 18405

Re: SquareUp - bring out your inner pixel artist

I see you are a man of culture as well!
by lofihung
Tue May 12, 2020 4:01 pm
Forum: Demos
Topic: SquareUp - bring out your inner pixel artist
Replies: 6
Views: 18405

SquareUp - bring out your inner pixel artist

I open this post to keep a devlog for this pixel art thing that im making to learn SGDK, its still in development process and there are many things to do;


add some juice

add some sfx

add some music

add more color palettes


but at least at this stage is fully functional.

Button A - Paint ...
by lofihung
Tue May 12, 2020 3:13 pm
Forum: SGDK
Topic: How to setup SGDK with geany
Replies: 4
Views: 6753

Re: How to setup SGDK with geany

i was messing with the proyect and sgdk couldnt update changes in sprites;

this command was a life saver.

Code: Select all

%GDK_WIN%\bin\make -f %GDK_WIN%\makefile.gen cleandefault
add it to the make custom command list.
by lofihung
Tue May 12, 2020 3:03 pm
Forum: Demos
Topic: Sega Genesis Native Tracker
Replies: 4
Views: 13888

Re: Sega Genesis Native Tracker

i fiddle with this but without proper instructions i couldn't do anything dude!
by lofihung
Sat Apr 04, 2020 11:06 am
Forum: SGDK
Topic: My SGDK Tutorials (Spanish & English)
Replies: 17
Views: 31117

Re: My SGDK Tutorials (Spanish)

this are the most comprenhensive tutorials i've ever seen, keep it up dude!.
by lofihung
Sat Apr 04, 2020 10:59 am
Forum: SGDK
Topic: How to setup SGDK with geany
Replies: 4
Views: 6753

Re: How to setup SGDK with geany

thanks Chilly you guided me in the right direction, at the end it was solved by just leaving empty the working directory.

for the record, if anyone wants to try this is the setup process i got working in windows 10.

set windows enviroment variables


GDK to "C:/SGDK/"
GDK_WIN to "C:\SGDK ...
by lofihung
Thu Apr 02, 2020 4:24 pm
Forum: SGDK
Topic: How to setup SGDK with geany
Replies: 4
Views: 6753

How to setup SGDK with geany

Hi!, a very basic question, i already have SGDK working with code::blocks but i want to set it up with Geany and im totally lost, how do i do it?

geany asks for a make command and a working directory.

Checked SGDK Installation process so i found i need to setup this as my make command.

%GDK_WIN ...