diff --git a/README.md b/README.md index 1450072..27cc7a3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # gl-engine -(pronounced like *glen-jin*, because *gee-el-engine* takes too long to say) +> This repo is no longer being maintained. It was a really fun experiment, but I prefer [regl](https://github.com/regl-project/regl) nowadays. -This project is an experimental ES6 WebGL engine built on [stack.gl](https://stack.gl/). It tries to combine the small-repo / big-repo philosophies together providing an easy to use environment. The API is built to be composable with the magnificent tools on NPM, while opinionated and centralized in a way to get things done quickly. It's built to be friendly for new users to hack on right away, but provide the raw power needed for expert uses. Shader code will be a first class citizen in the API. +This project was an experimental ES6 WebGL engine built on [stack.gl](https://stack.gl/). It tried to combine the small-repo / big-repo philosophies together providing an easy to use environment. The API is built to be composable with the magnificent tools on NPM, while opinionated and centralized in a way to get things done quickly. It's built to be friendly for new users to hack on right away, but provide the raw power needed for expert uses. Shader code will be a first class citizen in the API. ## Note on Name Change