Git Product home page Git Product logo

glfm's Introduction

GLFM

Wrapper of GLFM (OpenGL ES and input for iOS and Android) library for Nim.

GLFM very simple and is very simmilar to the GLFW wrapper for desktop apps. Together with GLFM + GLFW you can writes app for almost any platform.

example of what both apps look like

Compiling Nim for mobile platforms is not simple. It requires having XCode and Android Studio which have very many steps and settings they perform.

In this repo I have included two projects for XCode and Android Studio which you should be able to just open and hit compile.

Compiling for iOS:

Tested with:

  • MacOS Majave Version 10.14.6
  • XCode Version 10.3 (10G8)
  • Nim Compiler Version 0.20.99 [MacOSX: amd64]

cp examples

Compile everything for iOS:

nim c -c --os:android main.nim

(Yes saying android when compilng for iOS is very odd but its as close to mobile as you get)

Now copy the generated C files into the iOS project folder

cp ~/.cache/nim/main_d/* ios_triangle/example/src/; cp ios_triangle/example/src/main.nim.c ios_triangle/example/src/main.c

Then you go to XCode and hit compile:

android stuido

Compiling for Android

Tested with:

  • MacOS Majave Version 10.14.6
  • XCode Version 10.3 (10G8)
  • Android Studio 3.4.2
  • Nim Compiler Version 0.20.99 [MacOSX: amd64]

Go to the examples folder

cp examples

Compile everything for android running arm processor:

nim c -c --cpu:arm --os:android main.nim

Now copy the generated C files into the Android project folder

cp ~/.cache/nim/main_d/* android_triangle/app/src/main/cpp/; cp android_triangle/app/src/main/cpp/main.nim.c android_triangle/app/src/main/cpp/main.c

Then you go to Android Studio and hit compile:

android stuido

glfm's People

Contributors

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