• Stars
    star
    201
  • Rank 187,815 (Top 4 %)
  • Language
    Swift
  • License
    Other
  • Created about 8 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Learning OpenGL ES 2 in Swift

LearningOpenGLES2

Learning OpenGL ES 2 in Swift. There is an OpenGL ES 2.0 Tutorial at Raywenderlich channel on Youtube or www.raywenderlich.com. This tutorial is really great! If you have to learn the opengl es 2.0, you'd like to watch the opengl es 2.0 video tutorial whatever you are iOS developer or Android developer. But This tutorial's example was written in ObjectiveC. So I've made the examples in swift while I am following the tutorial. I've excepted last four examples for making game in 3D.

Support Swift language version

  • master branch: Swift 5
  • swift/4.0 branch : Swift 4.0
  • swift/3.x branch : Swift 3.x

Contributors

  • Yoon-Soo, Lee(dansoonie)
    • He converted all the source code to Swift 3.0 and stabilized it.
  • Michael(mrommel)
    • He helped implement obj model loader and examples.
  • Keith(KeithPiTsui)
    • He helped implement final game project in swift.
  • DongHyuk Kim, (sss989870)
    • He helped improve code quality.

Hello OpenGL

Red Alert

Star

Triangle

Colored Square

Indexed Square

Vertex Array Object

Model

Model Transformation

Model Transformation-Animation

View Transformation

Projection Transformation

Animate Cube

DepthAndCulling

Texture

Multi Texture

Masking

Ambient Light

DiffuseLight

SpecularLight

ObjModelLoader

obj parsing taken from here:

BrickBreakerGame

Ray Wenderlich License

The Ray Wenderlich License

Copyright (c) 2010, 2011 Ray Wenderlich https://www.raywenderlich.com/faq

Permission is hereby granted, free of charge, to any person obtaining a copy of this software to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED β€œAS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

SwiftImageProcessing

This project demonstrates how to do pixel operations in swift.
Swift
523
star
2

AndroidGradientImageView

AndroidGradientImageView is a simple imageview which overlays gradient on its content.
Java
218
star
3

FAImageView

FAImageView is a Frame Animation ImageView for Android.
Java
187
star
4

LearningOpenGLES2-Android

Learning OpenGL ES 2 in Java for Android
Java
185
star
5

AndroidChannel

AndroidChannel is helper library for thread communication between mainthread and workerthread
Java
81
star
6

AndroidOperationQueue

AndroidOperationQueue is a tiny serial operation queue for Android.
Java
50
star
7

AnimateGradientView

AnimateGradientView is android library to make gradient flow or rotate infinitely
Java
47
star
8

FragmentNavigationController

FragmentNavigationController is a convenient utility library to navigate fragments on Android.
Java
35
star
9

AndroidGLKit

AndroidGLKit provides OpenGL ES 2.0 boilerplate codes for Android.
Java
22
star
10

HashGirl

HashGirl is a simple library to make a linkable string for Android.
Java
20
star
11

RxGitSearch

RxGitSearch is iOS demo app searching github repositories. It uses some Rx techniques to achieve flexible, auto ui update, no dependencies and others.
Swift
19
star
12

KeyboardEditText

KeyboardEditText provides keyboard's shown and hidden event listener for you.
Java
18
star
13

hugo-with-github-issues

hugo-with-github-issues
JavaScript
10
star
14

SGL

Software 3D Graphics Rendering Library
C++
9
star
15

UsingSwiftAndCpp

It demonstrated how to use swift and c++ on same project space.
Swift
6
star
16

VideoSplashView

VideoSplashView is a simple video view for making Splash Scene that contains video.
Swift
5
star
17

GLUT-Tutorial

glut tutorial
C++
4
star
18

Awesome

My Awesome from the starred repos πŸ˜‹
4
star
19

RxPlayground

Learn RxSwift
Swift
3
star
20

OpenGL-ES-Tutorials

Objective-C
3
star
21

OpenGLTutorial

OpenGL Tutorial
C++
3
star
22

SwiftTypeEraserWrapper

TypeEraserWrapper 에 λŒ€ν•œ λΈ”λ‘œκ·Έ κΈ€ μ˜ˆμ œμž…λ‹ˆλ‹€.
Swift
3
star
23

AndroidCameraInfo

print camera infos to textview
Java
2
star
24

AVFoundation

about AVFoundation
Objective-C
2
star
25

github-actions-starter-kit

Github Actions starter kit to create actions in javascript
JavaScript
2
star
26

LearningCoreGraphics

Learning Core Graphics in Swift
Swift
1
star
27

AndroidActivity

AndroidActivity provides lifecycle callback methods from the aspect of view. If you use these callback methods, you don't have to use ViewTreeObserver.
Java
1
star
28

HelloFFmpeg

FFmpeg & SDL with XCode
C
1
star
29

blog.contents

My Blog Contents
HTML
1
star
30

TIL

Today I learned
Objective-C
1
star
31

AndroidKommon

Collection of Android utility extentions in Kotlin
Java
1
star
32

iOSToolkit

iOS κ°œλ°œμ— ν•„μš”ν•œ μœ ν‹Έλ¦¬ν‹° 및 ν™•μž₯을 λͺ¨μ•„ λ†“λŠ”λ‹€
Objective-C
1
star
33

awesome-readme-generator

Generate Awesome Readme.md from your Github starred repos ;)
JavaScript
1
star