GithubHelp home page GithubHelp logo

dashandslash / blackboard_app Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 3.08 MB

Easily build your application using Imgui multi-viewport, SDL3 and BGFX

License: BSD 2-Clause "Simplified" License

CMake 9.28% C++ 41.47% C 47.83% Shell 1.43%
bgfx graphics-programming imgui-sdl multi-viewport sdl3

blackboard_app's Introduction

blackboard_app

Blackboard App is a combination of SDL3, BGFX and IMGUI as base to create a desktop application (potentially also WebAssembly) with a user inteterface and a gpu rendering context.

Few steps are needed to create a new project using this repository as template:

  • Create your repo from this template
  • git clone [email protected]:dashandslash/blackboard_app.git && cd blackboard_app
  • ./create_project.sh NewProjectName
  • mkdir build_folder && cd build_folder
  • cmake .. -G [Xcode, "Visual Studio 17 2022", Ninja...] this step will take couple of minutes as all the dependencies will be fetched and some will be built
  • cmake --build . --target NewProjectName -j (or by using Xcode/Visual Studio)

The application has ImGui docking and multiviewport enabled out of the box.

app_screenshot

It is a Work In Progress project, but you can already create an application and start pushing pixels ;)

blackboard_app's People

Contributors

dashandslash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blackboard_app's Issues

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.