Coder Social home page Coder Social logo

trngaje / sparrow3d-sdl2-ogs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theziz/sparrow3d

0.0 1.0 1.0 14.75 MB

a software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora

License: GNU Lesser General Public License v2.1

Shell 0.18% C 97.42% C++ 1.04% Makefile 1.36%

sparrow3d-sdl2-ogs's Introduction

Sparrow3D

  1. About Sparrow3D
  2. Licence
  3. Documentation
  4. Compiling Sparrow3D
  5. Author

  1. About Sparrow3D ==================

Sparrow3D is an application framework with software renderer especially for open handhelds. The goal is to just write an application once and to compile it e.g. for:

  • GP2X F100 / F200
  • GP2X WIZ
  • GP2X Caanoo
  • Dingux
  • Pandora
  • GCW Zero
  • RG-350
  • PC (Linux / Windows) (mainly for testing...)

That are the systems, which are supported at the moment or which hopefully will be supported in the near future. :) To see, what is possible with this engine take a look at

  • Puzzletube
  • Snowman
  • Schwerkaft

  1. Licence ==========

Not much to say: Just (L)GPL. If you want another Licence (e.g. some kind of BSD licence) feel free to contact me. ;-)


  1. Documentation ==========

You can find the documentation [here][docu] and furthermore some first steps and examples in the [github wiki][wiki]. [docu]: http://ziz.gp2x.de/documentation [wiki]: https://github.com/theZiz/sparrow3d/wiki


  1. Compiling Sparrow3D ======================

For compiling for PC just type make Thats all. Their is no possibility to install or such a thing ^^ For handhelds type make targets to get the targets and make TARGET=target to compile for the target "target". Every target has a .mk file in the folder targets. Change the paths in these files to your paths. Keep in mind, this engine and the games using this engines are mode for (hopefully) open handhelds! Their is no need to install anything... If you want to test the testsparrow-application on your handheld / PC use the ./testsparrow.sh file. If the file doesn't work on your system or you just don't want to use it, keep sure, that the application finds the libsparrow3d.whatever (e.g. .so on linux system or .dll on windows machines)

Here is a list of compile-switches used throughout sparrow (use with -D...):

BUILDING_DLL

  • Windows only, changes dllimport to dllexport, if you are running into errors during linking, compile with this define

CORE_DEBUG

  • Print out verbose debug text

UNSAFE_MAGIC

  • could crash, uses possibly memory (just reading) Try always to have some border pixels to your textures if using!

BLACK_MAGIC

  • Uses fancy lookup table magic to improve speed, but may look worse. Just try.

FAST_MULTIPLICATION

  • looks good at small resolutions

FAST_DIVISION

  • looks good at small resolutions

SDL_INCLUDE_SUBDIR

  • Changes the include path for every SDL*.h file to SDL/SDL*.h

Target platforms (defines, use with -D...):

GP2X

  • Second and third generation of GPH devices, use with one of the following switches: F100, WIZ

CAANOO

  • GPH Caanoo

DINGUX

  • Dingoo with dingux Linux

GCW

  • GCW Zero

RG350

  • RG-350

PANDORA

  • Pandora

  1. Author =========

Alexander Matthes aka Ziz

I think you read, that I am not an Englisch native speaker. So ignore the bad grammar or give me corrections. I always try to get better. :)

sparrow3d-sdl2-ogs's People

Contributors

theziz avatar foxblock avatar pmprog avatar bzar avatar zear avatar

Watchers

James Cloos avatar

Forkers

sana2dang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.