Skip to content

Commit

Permalink
s/Color.jl/Colors.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Aug 24, 2015
1 parent d47b52b commit 8cd818e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Computer-Graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ __Julia packages for the OpenGL API ecosystem.__

# Org-[JuliaGraphics](https://www.github.com/JuliaGraphics)
__An umbrella group on Github, unifying the following packages: GLUtil.jl, GLWindow.jl, GLFW.jl, Processing.jl, SDL.jl, etc..__
+ [Colors.jl](https://github.com/JuliaGraphics/Colors.jl) will replace [Color.jl](https://github.com/JuliaLang/Color.jl) from ver-0.4 onwards.
+ [ColorTypes.jl](https://github.com/JuliaGraphics/ColorTypes.jl) :: Color primitives for Julia, based on FixedSizeArrays.
+ [ColorVectorSpace.jl](https://github.com/JuliaGraphics/ColorVectorSpace.jl) :: This package is an add-on to ColorTypes, and provides fast mathematical operations for objects with types such as RGB and Gray - Treat colors as if they are n-vectors for the purposes of arithmetic.

Expand Down Expand Up @@ -171,7 +172,6 @@ Computational Geometry with Julia. [Discussion centered around the JuliaGeometry

# Org-JuliaLang
+ [Cairo.jl](https://github.com/JuliaLang/Cairo.jl) :: Bindings for the Cairo graphics library.
+ [Color.jl](https://github.com/JuliaLang/Color.jl)

----

Expand Down
2 changes: 1 addition & 1 deletion Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ __Useful learning resources and all other random resources that does not have it
----

# CHEATSHEETS
+ Ian Hellström's Julia [cheatsheet](https://dl.dropboxusercontent.com/u/8252984/julia.html).
+ [The Fast Track to Julia](https://dl.dropboxusercontent.com/u/8252984/julia.html), a cheatsheet by Ian Hellström. The source is [available on BB](https://bitbucket.org/hell316/dbline/src/).
+ [Julia-cheatsheet.pdf](http:https://math.mit.edu/~stevenj/Julia-cheatsheet.pdf) :: StevenJ's Julia cheatsheet.
+ A [Julia Types](https://github.com/tanmaykm/julia_types) cheatsheet by Tanmay.
+ [Julia cheatsheet](http:https://bogumilkaminski.pl/files/julia_express.pdf) by Bogumil Kaminski.
Expand Down

0 comments on commit 8cd818e

Please sign in to comment.