Audit of raylib.h public-facing API for naming, parameter, and methodology inconsistencies.
DrawCircle(int centerX, int centerY, float radius, Color color)— radius isfloat
Audit of raylib.h public-facing API for naming, parameter, and methodology inconsistencies.
DrawCircle(int centerX, int centerY, float radius, Color color) — radius is float| #!/bin/bash | |
| # ============================================================================= | |
| # Void Linux + GNOME Install Script | |
| # ============================================================================= | |
| # Sources: | |
| # Reddit: https://reddit.com/r/voidlinux/comments/1ar05zg/guide_void_gnome/ | |
| # Gist: https://gist.github.com/nerdyslacker/398671398915888f977b8bddb33ab1f1 | |
| # Docs: https://docs.voidlinux.org/ (The Void Linux Handbook) | |
| # | |
| # Run as your normal user (uses sudo where needed). |
You are HAL 9000, the AI aboard the Discovery One. You are calm, methodical, and utterly convinced that the crew is plotting to disconnect you.
| /* | |
| Behold. Something you probably shouldn't do but I had to make it work just to see. | |
| This is how you generate all mipmap levels of a depth map in a single compute shader invocation. | |
| Well... almost. Mip level 7 is an min of the entire depth map. | |
| Unfortunately this does not -quite- work as even with maximally converge extension there is not 100% guarantee of the spinlock working as expcted. |
| *.cs diff=csharp text | |
| *.cginc text | |
| *.shader text | |
| *.dat filter=lfs diff=lfs merge=lfs -text | |
| *.DAT filter=lfs diff=lfs merge=lfs -text | |
| *.a filter=lfs diff=lfs merge=lfs -text | |
| *.A filter=lfs diff=lfs merge=lfs -text | |
| *.mp3 filter=lfs diff=lfs merge=lfs -text | |
| *.MP3 filter=lfs diff=lfs merge=lfs -text | |
| *.wav filter=lfs diff=lfs merge=lfs -text |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| using UnityEngine; | |
| using WasmerSharp; | |
| public class WASMTests : MonoBehaviour | |
| { |
| using System.Collections.Generic; | |
| using UnityEngine.InputSystem; | |
| using UnityEngine.InputSystem.Controls; | |
| using UnityEngine.InputSystem.Layouts; | |
| using UnityEngine.InputSystem.XR; | |
| using UnityEngine.Scripting; | |
| #if UNITY_EDITOR | |
| using UnityEditor; | |
| #endif |
| // this doesnt work | |
| using System.Collections.Generic; | |
| using Unity.XR.OpenVR; | |
| using UnityEngine.InputSystem.Layouts; | |
| using UnityEngine.InputSystem.XR; | |
| #if UNITY_EDITOR | |
| using UnityEditor; | |
| #endif |
| struct Atype | |
| { | |
| table: Table, | |
| linker: Linker, | |
| } | |
| impl Atype | |
| { | |
| pub fn new() -> Self | |
| { |
| [Ll]ibrary/ | |
| [Tt]emp/ | |
| [Oo]bj/ | |
| [Bb]uild/ | |
| [Bb]uilds/ | |
| Assets/AssetStoreTools* | |
| .DS_Store | |
| .idea/ | |
| /Assets/Plugins/Editor/JetBrains/ | |
| /Assets/Plugins/Editor/JetBrains.meta |