Swift_opengl_example

⭐️ Swift OpenGL Example written with swift (for Ubuntu, macOS, iOS and Android)
Alternatives To Swift_opengl_example
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Alacritty48,74039 hours ago6March 24, 2023312apache-2.0Rust
A cross-platform, OpenGL terminal emulator.
Kitty19,943
2 days ago19August 17, 202126gpl-3.0Python
Cross-platform, fast, feature-rich, GPU based terminal
Darktile2,947
6 months ago11May 10, 202228mitGo
:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
Glrnvim259
9 months ago4gpl-3.0Rust
glrnvim wraps nvim with your favourite terminal into a standalone, non-fancy but daily-usable neovim GUI.
Galacritty145
5 years agon,ullunlicenseRust
[Abandoned experiment] GTK terminal emulator based on Alacritty [USE WEZTERM!]
Swift_opengl_example66
2 months agomitSwift
:star: Swift OpenGL Example written with swift (for Ubuntu, macOS, iOS and Android)
Terminal Recall49
2 months ago49epl-1.0Java
Engine remake for Terminal Velocity and Fury3
Glkitty43
2 years ago1C
port of the OpenGL gears demo to kitty terminal graphics protocol
Glerminal24
4 years ago12January 20, 201912otherRust
A lightweight terminal made with OpenGL
Opengl Ttf Terminal15
8 years ago1C
A terminal window for Linux implemented using libtsm, libsdl, stb_truetype, fontstash
Alternatives To Swift_opengl_example
Select To Compare


Alternative Project Comparisons
Readme

Swift OpenGL Example

This project was developed just for proof of concept: Simple application using OpenGL and written with swift - can be compiled and run on Ubuntu (Linux), macOS, iOS and Android. And in future on some X platform too.

macOS

Terminal:

  1. Open a terminal window
  2. Clone repository
  3. Go to the directory to which you clone.
  4. run swift build in terminal
  5. run .build/debug/app

or Xcode

Open opengl_example.xcodeproj project.

iOS

  1. Open opengl_example.xcodeproj project.
  2. Select iOS_example target and destination
  3. Run

Linux (Ubuntu 64-bit)

  1. Install swift toolchaine.

  2. Open a terminal window

  3. Install dependecies packages
    sudo apt-get install libx11-dev libglu1-mesa-dev mesa-common-dev

  4. Clone repository

  5. Go to the directory with project.

  6. run swift build to build

  7. run .build/debug/app

Android

  1. Read Readme inside Android folder

Screenshots

  • macOS
  • iOS
  • Ubuntu
  • Android
Popular Opengl Projects
Popular Terminal Projects
Popular Graphics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Swift
Terminal
Opengl