GithubHelp home page GithubHelp logo

tobid7 / renderd7 Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 15.02 MB

Simple and Easey to use UI and Graphics helper.

License: GNU General Public License v3.0

C++ 98.22% CSS 0.51% Makefile 0.69% Shell 0.08% C 0.50%

renderd7's Introduction

THIS REPO IS ARCHIVED! The Latest Code can be found here

LOGO

RenderD7 is now LibRenderD7.

Installation

Download a Package From Releses Page https://github.com/NPI-D7/RenderD7/releases/download/v0.9.4/renderd7.tar.bz2 -o renderd7.tar.bz2 Then Extract it to your Libraries Path bzip2 -cd renderd7.tar.bz2 | tar -xf - -C path_to_your_libs Finally put -lrenderd7 to the First Place and add the path_to_your_libs

LIBS	:= -lrenderd7 -lcurl -lstdc++ -lm -lcitro2d -lcitro3d -lctru
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS	:= $(PORTLIBS) $(CTRULIB) ../path_to_your_libs

Make sure that -lrenderd7 is before -lcitro2d, -lcitro3d, -lctru. Here an example tree

Example-App
├── gfx
├── libs
│   ├── include
│   │   ├── rd7.hpp
│   │   └── renderd7
│   └── lib
│       ├── librenderd7.a
│       └── librenderd7d.a
├── Makefile
├── romfs
│   └── gfx
└── src
    └── main.cpp

Credits

  • NPI-D7
    • Tobi-D7 Main Dev

Some Icons are From https://icons8.de/ See Subfolder Readmes

renderd7's People

Contributors

tobid7 avatar tobid7vx avatar

Stargazers

failure avatar  avatar

Watchers

James Cloos avatar

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.