All Projects → Naninovel → Documentation

Naninovel / Documentation

Online documentation and tracking tools for Naninovel — writer-friendly visual novel engine

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Documentation

Zircon
Zircon is an extensible and user-friendly, multiplatform tile engine.
Stars: ✭ 552 (+1050%)
Mutual labels:  game-development, multiplatform
Sonar Cxx
SonarQube C++ plugin (Community): This plugin adds C++ support to SonarQube with the focus on integration of existing C++ tools.
Stars: ✭ 649 (+1252.08%)
Mutual labels:  community, plugin
Ecs
LeoECS is a fast Entity Component System (ECS) Framework powered by C# with optional integration to Unity
Stars: ✭ 578 (+1104.17%)
Mutual labels:  unity3d, game-development
Unity Build
A powerful automation tool for quickly and easily generating builds of a game with Unity.
Stars: ✭ 483 (+906.25%)
Mutual labels:  unity3d, game-development
C Sharp Promise
Promises library for C# for management of asynchronous operations.
Stars: ✭ 870 (+1712.5%)
Mutual labels:  unity3d, game-development
Fontainebleaudemo
Fontainebleau demo
Stars: ✭ 524 (+991.67%)
Mutual labels:  unity3d, game-development
Unitygameframework
This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.
Stars: ✭ 617 (+1185.42%)
Mutual labels:  unity3d, game-development
Grassbending
A replacement for Unity's terrain grass shader with alpha blended rendering and touch bending effect
Stars: ✭ 397 (+727.08%)
Mutual labels:  unity3d, plugin
Number Wizard Ui Original
Introducing basic User Interface in the Complete Unity C# Developer 2D course (http://gdev.tv/cudgithub)
Stars: ✭ 18 (-62.5%)
Mutual labels:  unity3d, game-development
Awesome Discord Communities
A curated list of awesome Discord communities for programmers
Stars: ✭ 824 (+1616.67%)
Mutual labels:  community, game-development
Unityvisualizations
Collection of shaders and visual effects created for Unity 3D.
Stars: ✭ 472 (+883.33%)
Mutual labels:  unity3d, game-development
Minimumaudioplugin
Minimum implementation of a native audio plugin for Unity
Stars: ✭ 33 (-31.25%)
Mutual labels:  unity3d, plugin
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (+804.17%)
Mutual labels:  unity3d, game-development
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+1000%)
Mutual labels:  unity3d, game-development
Klakndi
NewTek NDI™ plugin for Unity
Stars: ✭ 401 (+735.42%)
Mutual labels:  unity3d, plugin
Ouzel
C++ game engine for Windows, macOS, Linux, iOS, tvOS, Android, and web browsers
Stars: ✭ 607 (+1164.58%)
Mutual labels:  game-development, multiplatform
Starforce
This is a demo made with Game Framework.
Stars: ✭ 375 (+681.25%)
Mutual labels:  unity3d, game-development
Unity Wireframe
General purpose wireframe shaders for use in Unity.
Stars: ✭ 378 (+687.5%)
Mutual labels:  unity3d, game-development
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+1387.5%)
Mutual labels:  unity3d, game-development
Beaverandfairies
Stars: ✭ 14 (-70.83%)
Mutual labels:  unity3d, game-development

Naninovel

Naninovel Web Resources

This project is used to host online documentation and tracking tools for Naninovel visual novel engine.

VuePress Upgrade

  1. Delete docs/.vuepress/theme
  2. Upgrade vuepress
  3. Run yarn run eject
  4. Edit theme/Navbar.vue replacing
<RouterLink
  :to="$localePath"
  class="home-link"
>
...
</RouterLink>

with

<a href="https://naninovel.com">
...
</a>
  1. Edit theme/layouts/404.vue replacing
<RouterLink to="/">
...
</RouterLink>

with

<a href="https://naninovel.com">
...
</a>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].