GithubHelp home page GithubHelp logo

playground's Introduction

Playground

This is a playground repo for testing and prototyping.

To build:

  • mkdir _build && cd _build
  • cmake .. -G [Xcode, "Visual Studio 17 2022", Ninja...] -DCMAKE_BUILD_TYPE=Debug 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)

blackboard_app

Blackboard App is a combination of SDL2, 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 ;)

playground's People

Contributors

dashandslash avatar

Watchers

 avatar  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.