Hello to everybody, a new in this site


Altair

Still Fresh
Joined
Mar 4, 2012
Messages
2
Hello!,


I'm new in this site. I'm user of Linux Debian and I like the game programming. I'm spanish and write in english is hard to me ^^U


I created a library for make 2D games in Linux easy, using C/C++ and SDL. I'am searching peope for testing it. At the moment is 2D only, but my idea is add 3D with openGL.


Are this site a good place to make this?.


Thanks
 
Yes, I think you are right here. Maybe upload some testcode, if you don't have a pandora to test yourself and somebody might test it with theirs.


But note, that this site is about the Pandora, so if you want to code for the Pandora, fine, but if it is about general linux gameprogramming, you might not get the attetion you want here.


Welcome!
 
Last edited by a moderator:
Hello again,


I'am not 100% but I think is possible because I read http://pandorawiki.org/Development_tutorials#SDL_on_Pandora


The library is in http://ngl.ayudaprogramacion.net/NGL/ngl-0.4/NGL-0.4.tar.gz


All the demos are in SPANISH. ¿Anybody of the forum can understand spanish?


List of features:


Note: if not have the "ngl_" prefix is a member, details in the manual.


SCREEN FUNCTIONS


ngl_set_mode


INTERACTION FUNCTIONS


ngl_collision


ngl_get_angle


ngl_get_dist


MATH FUNCTIONS


ngl_rand_seed


ngl_rand


GRAPHICS FUNCTIONS


ngl_paint


ngl_paint_region


ngl_paint_entity


ngl_alpha


ngl_mask


ngl_rotate


ngl_set_fps


ngl_get_fps


ngl_put_pixel


ngl_get_pixel_r


ngl_get_pixel_g


ngl_get_pixel_b


ngl_geom_hline


ngl_geom_vline


ngl_geom_line


ngl_geom_line_aa


ngl_geom_line_thick


ngl_geom_rectangle


ngl_geom_rectangle_rounded


ngl_geom_box


ngl_geom_roundedbox


ngl_geom_circle


ngl_geom_circle_aa


ngl_geom_circle_filled


ngl_geom_arc


ngl_geom_ellipse


ngl_geom_ellipse_aa


ngl_geom_pie


ngl_geom_pie_filled


ngl_fill


PLANE FUNCTIONS


add


del


get_number


paint


paint_one


paint_group


SOUND AND MUSIC FUNCTIONS


ngl_sound_init


ngl_sound_close


load


unload


volume


volume_up


volume_down


play


play_num


resume


rewind


INPUT FUNCIONS


ngl_key


ngl_mouse_get_x


ngl_mouse_get_y


ngl_mouse_get_button_state


SCROLL FUNCTIONS


load


unload


set_x1


set_x2


set_y


paint


move


init


limit


speed


direction


set_y1


set_y2


set_x


TEXT FUNCTIONS


ngl_init_ttf


ngl_ttf_quit


ngl_load_font


ngl_unload_font


ngl_font_set_color


ngl_font_text_solid_basic


ngl_font_text_solid_utf


ngl_font_text_shaded_basic


ngl_font_text_shaded_utf


MOVIES FUNCTION


ngl_play_movie


TIME FUNCTIONS


start


stop


get_ticks


pause


unpause


is_started


is_pause


PATHFINDING FUNCTIONS


ngl_blocks


ngl_path_find


reset


number


get_x


get_y


NETWORD AND LAN FUNCTIONS


ngl_net_open_server


ngl_net_open_net_server


ngl_net_close_server


ngl_net_accept_client


ngl_net_open_localhost


ngl_net_open_network


ngl_net_close_client


ngl_net_read


ngl_net_write
 
Wellcome aboard.... :)


I tried to download but the link is not valid....could you fix it ?
 
Back
Top