sansuido / learnopengl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learnopengl.com for Dart

Contains code samples for all chapters of Learn OpenGL and https://learnopengl.com.

This source has been translated by Dart.

Windows (64bit) building

1.Install

Dart for Windows

http://www.gekorm.com/dart-windows/

Git for Windows

https://gitforwindows.org/

Visual Studio Code for Windows

https://code.visualstudio.com/download/

2.Git clone

Type the following command in the shell.

git clone https://github.com/sansuido/learnopengl

or

Download ZIP, and unzip.

2.Change Directory & Pub get

cd learnopengl
pub get

3.Execute

dart ./bin/1.getting_started/1.1.hello_window/hello_window.dart

or

Open the learnopengl directory with VS Code, and run F5 in the source.

LISENCE (learnopengl.com)

All code samples, unless explicitly stated otherwise, are licensed under the terms of the CC BY-NC 4.0 license as published by Creative Commons, either version 4 of the License, or (at your option) any later version.

See https://learnopengl.com/About for more information.

Author

yamahara

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 74.6%Language:GLSL 25.4%