... <看更多>
Search
Search
GLFW 是一個提供基本輸入輸出支援的函式庫,它提供的功能像鍵盤與滑鼠的輸入、建立一個視窗等,並且也可以跨平台使用。 這個庫的功能和GLUT 相似。
建议看这个:. 另外在这里科普一下glad、glew、glfw、Freeglut的区别:. glew(The OpenGL Extension Wrangler Library)是对底层OpenGL接口的封装,可以让你的代码跨 ...
#3. OpenGL各版本庫的區別glut glfw glew glad - 台部落
OpenGL開發中常見庫glut、freeglut、glfw、glew、gl3w、glad 1. OpenGL原生庫libGL* 隨OpenGL一起發佈2. OpenGL實用庫glu* 隨OpenGL一起發佈3. Ope.
#4. OpenGL之gult/freeglut/glew/glfw/glad的联系与区别 - CSDN博客
OpenGL之gult/freeglut/glew/glfw/glad的联系与区别:1.OpenGLOpenGL函数库相关的API有核心库(gl),实用库(glu),辅助库(aux)、实用工具库(glut), ...
#5. What is the difference between FreeGLUT vs GLFW? - Stack ...
FreeGLUT: Based on the GLUT API. GLUT has been around for about as long as OpenGL itself. Many tutorials and examples out there use GLUT.
#6. OpenGL,glx,glaux,glut,freeglut,glew,glfw,mesa
OpenGL,glx,glaux,glut,freeglut,glew,glfw,mesa,软件开发平台及语言笔记大全(超详细)
#7. OpenGL的各种工具库glut,glfw,glew,glad的关系 - 程序员 ...
窗口管理:. 古老产品: glut/freeglut:OpenGL Utility Toolkit 替代品: glfw:. 函数加载. 古老产品: glew:The OpenGL Extension Wrangler Library
#8. 2. openGL与glu glut freeglut, glew和glfw的关系 - 博客园
glx、agl、wgl 是针对不同窗口系统的函数。glut是为跨平台的OpenGL程序的工具包,比aux功能强大。扩展函数库是硬件厂商为实现硬件更新利用OpenGL的 ...
#9. OpenGL之glut、glfw、glew、glad等库之间的关系 - 51CTO博客
OpenGL之glut、glfw、glew、glad等库之间的关系,结论1.glad与glew作用类似,实现对底层OpenGL接口封装2.glfw与glut作用类似,创建窗口界面3.glut年代 ...
#10. OpenGL入门(一) glfw ,glew,glut,freeglut区别_小乌龟的博客
glfw : GLFW is a free, Open Source, multi-platform library for opening a window, creating an OpenGL ... glfw:类似于统一opengl的窗口,窗口管理与glut类似
#11. GLFW: An OpenGL library
GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop. It provides a simple API for creating windows, ...
#12. GLFW - 維基百科,自由的百科全書
GLFW 的主要功能是創建並管理窗口和OpenGL 上下文,同時還提供了處理手柄、鍵盤、鼠標輸入的功能。 另見[編輯]. GLUT · SDL. 參考資料 ...
#13. opengl关于glut, freeglut, glfw, glew, glad, gl3w库的说明 - 简书
刚入门opengl的时候最烦的就是各种库的配置,glut, freeglut, glfw, glew, glad, gl3w 等等,简直要晕了. 最后查阅网上的资料大概得出了...
#14. OpenGL之glut、glfw、glew、glad等库之间的关系 - 游戏编程
#15. OpenGL之glut、glfw、glew、glad等库之间的关系 - 程序员宝宝
结论1.glad与glew作用类似,实现对底层OpenGL接口封装2.glfw与glut作用类似,创建窗口界面3.glut年代久远,现在用glfw居多,可使用glfw+glad组合方式, ...
#16. OpenGL glfw ,glew,glut,freeglut区别_hipeboy的博客-程序员宅 ...
OpenGL glfw ,glew,glut,freeglut区别_hipeboy的博客-程序员宅基地. 技术标签: OpenGL. glfw: GLFW is a free, Open Source, multi-platform library for opening a ...
#17. 将现有的C ++ openGL项目从glut / freeglut转换为glfw | 码农家园
Transform existing C++ openGL project from glut/freeglut to glfw我想将我的科学3D应用程序从Freeglut升级到GLFW,但我担心隐藏的冲突或数据丢失, ...
#18. OpenGL 关于旧版glut和新版本glfw和glad的环境配置 - 程序员 ...
目录一.OpenGL的环境:1.OpenGL2.gult:OpenGL工具库OpenGL Utility Toolkit3.glew4.glfw5.glad(2018.9)二.旧版本glut的安装方法(资料最多的OpenGL,跳过此步骤即可, ...
#19. glut glfw glad SOIL glm freetype等配置_shayashi的博客
glut glfw glad SOIL glm freetype. ... 技术标签: glut OpenGL SOIL opengl ... 将glut.lib和glut32.lib拷贝到C:\Program Files (x86)\Microsoft Visual Studio ...
#20. can everything that glfw does be achieved with glut?? - OpenGL
GLUT is primarily for creating demo applications. It has some input capability, but nothing substantial. GLFW however is able to do a lot more ...
#21. 3D Engine, from GLUT to GLFW - CodeProject
This morning, I converted my test project from old and rusty GLUT to new and shiny GLFW. It was a breeze. I also incorporated GLAD: OpenGL ...
#22. glut和glfw区别 - 程序员ITS500
那么GLFW有何优势呢?glut太老了,最后一个版本还是90年代的。freeglut完全兼容glut,算. ... 综上所述: 1.glfw是glut的升级和改进2.glew包含了OpenGL所需的核心.
#23. Star - gists · GitHub
Chapter 2 from http://duriansoftware.com/joe ported from GLUT to GLFW - hello.c.
#24. OpenGL ES之GLFW視窗搭建 - ZenDei技術網路在線
OpenGL視窗能用於OpenGL的視窗庫有很多,常見的有glut、freeglut、SDL、GLFW等。glut基本已經被廢棄,其他幾個再不同場合都有不同的應用。 GLFW為opengl superbible ...
#25. OpenGL入门(一) glfw ,glew,glut,freeglut区别_小乌龟的博客
glfw : GLFW is a free, Open Source, multi-platform library for opening a window, creating an OpenGL context and managing input. It is easy to integrate into ...
#26. OpenGL FPS Game in C (GLUT, GLFW) (Part 1) - YouTube
#27. 第四十四课GLFW - 现代OpenGL 教程(连载
为了简单起见我们使用了GLUT 处理Windows API 的调用,由于GLUT 是一个跨平台的库,所以我们的程序也可以移植到不同的操作系统中。到目前为止我们的程序中 ...
#28. glew和glfw區別- IT閱讀
因為OpenGL沒有視窗管理的功能,所以很多熱心的人寫了工具來支援這些功能,比如早期的glut,現在的freeglut等。那麼GLFW有何優勢呢?glut太老了,最後 ...
#29. 将现有的C++ openGL 项目从glut/freeglut 转换为glfw - IT工具网
我查看了GLFW API,它看起来像Glut 和 glfw* 前缀,但我不确定。所以我想到了三个问题: Is it worth to break my existing project for GLFW sake, or stick to freeglut?
#30. Using GLFW and GLUT together - GameDev StackExchange
GLFW can do everything GLUT does, except for ui stuff. It has a much better structure, a callback system and different context options on the ...
#31. GLFW入门——改写GLUT的简单应用 - 小黑电脑
GLFW 在一定程度上取代了GLUT的作用,后者在20年前就已经不再被支持,但是也有后继者FreeGLUT。 配置GLFW不再赘述,参看LearnOpenGL中关于配置环境的 ...
#32. VS2017 配置glut, glew, glfw, glad最简单的方法 - Fang-da
然后在下方的程序包管理控制台中输入Install-Package nupengl.core指令回车即可此时,你的这个项目就已经配置好了glut glfw glew ...
#33. glut glfw glad SOIL glm freetype等配置 - 代码交流
glut glfw glad SOIL glm freetype等配置. ... 将glut.lib和glut32.lib拷贝到C:\Program Files (x86)\Microsoft Visual ... 配置完之后包含头文件即可使用glut库。
#34. OpenGL入门(一) glfw ,glew,glut,freeglut区别 - CodeAntenna
OpenGL入门(一) glfw ,glew,glut,freeglut区别 ... GLFW is licensed under the zlib/libpng license. glew: The OpenGL Extension Wrangler Library (GLEW) is a cross- ...
#35. OpenGL在VS2019上搭建环境—— GLEW、GLFW以及GLUT
OpenGL环境依赖包包含了GLEW、GLFW、GLUT的相关文件。 OpenGL_VS2019环境内容是一个搭建的参考,在下面的搭建步骤也可以把部分内容直接拿来用。
#36. OpenGL glfw ,glew,glut,freeglut区别 - 代码先锋网
OpenGL glfw ,glew,glut,freeglut区别,代码先锋网,一个为软件开发程序员提供代码片段和技术文章聚合的网站。
#37. opengl庫區分:glut、freeglut - glfw、glew、gl3w - 碼上快樂
opengl實用工具庫開源版本freeglut glut* 需要下載配置安裝(完全兼容glut,算是glut的代替品,但是bug較多!) opengl GLFW庫glfw*
#38. OpenGL学习笔记01--GLFW、GLAD、GLUT安装 - 掘金
再新建一个文件夹(例如:OpenGL,不要是中文),新建三个子文件夹,分别为include,lib,src。 将glfw-3.3.2.bin.WIN64 ...
#39. OpenGL之gult/freeglut/glew/glfw/glad的联系与区别转
gl是核心,glu是对gl的部分封装。glx、agl、wgl 是针对不同窗口系统的函数。glut是为跨平台的OpenGL程序的工具包,比aux功能强大(aux很大程度上已经被 ...
#40. OpenGL各版本库的区别glut glfw glew glad - 代码天地
OpenGL开发中常见库glut、freeglut、glfw、glew、gl3w、glad1. Op.
#41. Using GLEW, GLFW, and GLM - Hans Dulimarta - GVSU ...
The most logical alternative to GLUT is FreeGLUT, however installation on Windows machines requires manual compile steps. I'm trying to look for ...
#42. GLFW/GLUT/GLU ... whats the best? - Graphics and GPU ...
Other libraries such as GLFW, SDL provide similar to GLUT but with more functionality (and more complexity). That doesn't make them "better" ...
#43. (1) GLFW で OpenGL を使う - 床井研究室
また GLUT はマルチプラットフォームに対応しているため, これを使ったソースプログラムは Unix / Linux, Windows, Mac OS X の間で共通にすることができ ...
#44. opengl库区分:glut、freeglut、glfw、glew、gl3w、glad
opengl库区分:glut、freeglut、glfw、glew、gl3w、glad. 我来乔23 2019-03-07 原文. //oepngl库. opengl原生库gl* 随opengl一起发布. opengl实用库glu*
#45. Servo now uses GLFW: Replace GLUT with GLFW by metajack
160K subscribers in the rust community. A place for all things related to the Rust programming language—an open-source systems language that…
#46. OpenGL之gult/freeglut/glew/glfw/glad的联系与区别 - 程序员 ...
gl是核心,glu是对gl的部分封装。glx、agl、wgl 是针对不同窗口系统的函数。glut是为跨平台的OpenGL程序的工具包,比aux功能强大( ...
#47. And above in relation OpenGL2.0 glm, glut, glew, glfw, mesa ...
And above in relation OpenGL2.0 gl, glut, glew, glfw, mesa like member. A, OpenGL OpenGL library-related API is the core library (gl), utility library (glu) ...
#48. GLFW-b vs GLUT - compare differences and reviews? - LibHunt
Compare GLFW-b vs GLUT and see what are their differences. GLFW-b. Haskell bindings to GLFW (by bsl) ... Haskell bindings to GLUT (by haskell-opengl).
#49. [分享] OpenGL在vs2010 include gl/glut.h解法- 看板C_and_CPP
把你要建GUI視窗的工具(很多不同工具Glut或glFw) 08/02 21:17. → b10030012:include檔lib,dll下載好3.VS2010 先建空專案4. 08/02 21:17.
#50. 一张图弄懂opengl的诸多库gl glu glut freeglut glew glfw之间关系
一张图弄懂opengl的诸多库gl glu glut freeglut glew glfw之间关系. chencarl 2019-04-17 原文. 开始学习opengl,但是看opengl编程指南不同版本之间使用了一堆不同的 ...
#51. VS2017 配置glut, glew, glfw, glad最简单的方法· Fang - 大专栏
前端 VS2017 配置glut, glew, glfw, glad最简单的方法· Fang ... 台中输入Install-Package nupengl.core指令回车即可此时,你的这个项目就已经配置好了glut glfw glew ...
#52. 將現有的C ++ OpenGL項目從GLUT / GLEW轉換為GLFW
是可以輕鬆地將現有的膠水/ GLEW變換為GLFW API? ... 和glfw 領域和glew 領域gamedev 相關的問題. Transform existing C++ OpenGL project from glut/glew to GLFW.
#53. GLFW与GLUT的帧时序 - UF Game 游戏开发
GLFW 与GLUT的帧时序. 我需要一个图书馆,以确保在视觉心理学实验期间帧之间的时间间隔尽可能地保持恒定。 这通常是同步屏幕刷新率与主循环。 例如,如果我的显示器运行 ...
#54. C++ GLUTかGLFWか?? - Teratail
次期バージョンであるmacOS 10.14 Mojaveにて、OpenGLは非推奨(Deprecation)となることが公表されています。代替えはMetalですが、こちらはC/C++ ...
#55. howto [AntTweakBar]
5. Handle mouse and keyboard events, and window size changes · With SDL. Use TwEventSDL when processing incoming events · With GLUT · With GLFW · With SFML · With ...
#56. Building OpenGL/GLUT Programs - Eecs Umich
You can also try out some examples with buffer objects and shaders. If you're interested in using GLFW instead of GLUT, please refer to the ...
#57. ubuntu+eclipse测试opengl(glut和glfw) - 运维开发网
刚刚在ubuntu上装上eclipse,想试试怎么用opengl,试了glut和glfw两种。 参考:点击打开链接 和 点击打开链接.
#58. Tutorial 44 - GLFW - OGLdev
You can easily switch between a GLUT backend and a GLFW backend and this gives a very nice flexibility for future tutorials. In order to install GLFW (run as ...
#59. 有哪些GLUT替代品?
GLFW 是GLUT的以游戏为中心的轻量级替代方案。它为创建OpenGL窗口以外的内容提供了基本支持。它使您可以获取输入,将图像作为纹理加载以及其他一些功能。
#60. 开源项目推荐:OpenGL之gult/freeglut/glew/glfw/glad的联系与 ...
gl是核心,glu是对gl的部分封装。glx、agl、wgl 是针对不同窗口系统的函数。glut是为跨平台的OpenGL程序的工具包,比aux功能强大(aux很大程度上已经被 ...
#61. openGL - GLEW, GLM, GLUT 環境架設 - geek's CS note
一樣下載好到D槽,這裡注意一下版本都是選擇win32,64目前還不構穩定。 在visual studio專案的屬性→VC++目錄→include目錄→新增D:\glfw-3.2.1.bin.WIN32 ...
#62. Glut vs glfw vs glew - Cheap Trip
h and glut. 2 - use this to get a glad. Below is a short example of setting up a window and OpenGL context with GLFW. The library also provides you other useful ...
#63. OpenGL相关功能软件开发(Glut, FreeGlut, Glew, glfw etc...)
OpenGL相关功能软件开发(Glut, FreeGlut, Glew, glfw etc...),灰信网,软件开发博客聚合,程序员专属的优秀博客文章阅读平台。
#64. OpenGL 各类库的解析gl glu glut freeglut glfw glew - 极客分享
OpenGL 各类库的解析gl glu glut freeglut glfw glew. 2018-03-27 17:52 411 查看. gl.hgl库是核心库,gl中包含了最基本的3D函数,可以再本地电脑中的: C:\Program ...
#65. Freeglut or GLFW? - C++ Forum
Why everyone always switch to sfml from glut/glfw inspite of being sfml is a 2d API and opengl 3d... Jan 19, 2016 at 6:00am.
#66. CMake 下使用GLFW - ArgCV
之前介绍的GLUT 只是很多不错的OpenGL 库之一,另一个很好的OpenGL库是GLFW. 在OS X中,GLUT库已经很久不更新了,而Apple更是从OS X 10.9就把GLUT的函数 ...
#67. OpenGL library function Glew GLFW GLAD GLUT GL GLU ...
When exposed to OpenGL development, Glew GLFW GLAD GLUT GL GLU FREEGLUT is a little bit, and this function will be in a while, so determined to finish it.
#68. Dear imgui c - FirstMind
I will be using GLFW for window creation and management, but Dear imgui ... Win32, Glut Nov 22, 2021 · Which are best open-source dear-imgui projects in ...
#69. FreeGLUT和GLFW有什么区别? - Thinbug
标签: opengl glut glfw freeglut ... 我们使用FreeGLUT为OpenGL创建窗口和上下文,但我在lynda.com上找到了一个关于OpenGL的在线课程,他们使用GLFW而不是FreeGLUT。
#70. 變換從過剩/ freeglut現有的C++的openGL項目GLFW - 優文庫
3-是用GTK + GLFW兼容? (因爲我的GUI基於GTK). 使用GTK +你不應該使用Free-/GLUT和GLFW。 GTK +有一個OpenGL小部件並執行所有事件管理。 使用。
#71. OpenGL - The Industry Standard for High Performance Graphics
OpenGL SDK · Getting Started · OpenGL Registry · FAQ · GLUT & Utility Libraries · Programming Language Bindings · Sample Code & Tutorials ...
#72. Dear imgui c
I will be using GLFW for window creation and management, but Dear imgui ... Win32, Glut Nov 22, 2021 · Which are best open-source dear-imgui projects in ...
#73. Why do you use sdl and opengl instead of opengl? - Coding ...
GLFW, GLUT and SDL2 are just different ways of getting such additional functionality. SDL2 is nice because it also includes audio and ...
#74. Lecture Slides for Programming in C++ (Version 2019-02-04): ...
GLFW and modern GLUT (e.g., FreeGLUT) offer somewhat similar functionality □ GLFW allows greater control over event processing loop □ GLFW has clipboard ...
#75. Lecture Slides for Programming in C++ (Version 2020-02-29): ...
GLFW and modern GLUT (e.g., FreeGLUT) offer somewhat similar functionality □ GLFW allows greater control over event processing loop □ GLFW has clipboard ...
#76. Lecture Slides for Programming in C++ (Version 2018-02-15): ...
GLFW and modern GLUT (e.g., FreeGLUT) offer somewhat similar functionality □ GLFW allows greater control over event processing loop □ GLFW has clipboard ...
#77. Lecture Slides for Programming in C++ (Version 2021-04-01)
□GLFW and modern GLUT (e.g., FreeGLUT) offer somewhat similar functionality □ GLFW allows greater control over event processing loop □GLFW has clipboard ...
#78. Dear imgui c
Rendering GUI with Dear ImGui in a GLFW window is not so different from doing ... but Dear imgui also supports SDL2, Win32, Glut Dear ImGui is designed to ...
#79. Opengl 3d pyramid
OpenGL/Program piramid 3D GLUT. ... Aug 22, 2013 · OpenGL, GLFW when making 3d pyramid some faces do not show Graphics and GPU Programming Programming ...
#80. Dear imgui c
I will be using GLFW for window creation and management, but Dear imgui also supports SDL2, Win32, Glut Dear ImGui is designed to enable fast iterations and ...
#81. Opengl draw square - savoiplantations.com
Mar 12, 2017 · Part 1: Hello, OpenGL: Install and Setup OpenGL and GLFW, ... The code is illustrative of the use of the glut library in opening the graphics ...
#82. Dear imgui c - threemeninapodcast.com
I will be using GLFW for window creation and management, but Dear imgui ... Win32, Glut Nov 22, 2021 · Which are best open-source dear-imgui projects in ...
#83. Drawing a tetrahedron in opengl - safari ntt
GLFW is a free, Open Source, multi-platform library for creating ... v3, v0 3D OpenGL Basic Models Hierarchical Modeling GLUT 3D Models ...
#84. Drawing a tetrahedron in opengl - The Kostnerd Blog
glutSolidTetrahedron function is used. h> #include <GLUT/glut. ... GLFW is a free, Open Source, multi-platform library for creating OpenGL contexts.
#85. Opengl 3d pyramid
Sep 06, 2005 · Project 1: Rendering 3D Objects Using OpenGL and GLUT. ... Aug 22, 2013 · OpenGL, GLFW when making 3d pyramid some faces do not show Graphics ...
#86. Drawing a tetrahedron in opengl
GLFW is a free, Open Source, multi-platform library for creating OpenGL contexts. ... (white and black) and GLUT framework will be used during programming.
#87. Drawing a tetrahedron in opengl - kunchokids.com
GLFW is a free, Open Source, multi-platform library for creating OpenGL contexts. ... lines, and polygons), GLUT includes several routines that create more ...
#88. Opengl 3d pyramid
Aug 22, 2013 · OpenGL, GLFW when making 3d pyramid some faces do not show Graphics ... Sep 06, 2005 · Project 1: Rendering 3D Objects Using OpenGL and GLUT.
#89. Jetpack compose opengl
... rendering & web browser rendering • OpenGL Utility Toolkit (GLUT) implementer • Specified and implemented ... Skija context and inputs coming from GLFW.
#90. 什么是Glew,Glut和glfw3? Opengl 3/4中不推荐使用哪些
如实践所示,GLEW + GLFW实际上是基于OpenGL的现代计算机图形的最常见用法。您可以,但是,请根据您的需要选择另一个库。但是一般的方法是使用它们,因为它们支持OpenGl的 ...
#91. Dear imgui c - advancedfertilityivf.com
I will be using GLFW for window creation and management, but Dear imgui ... Win32, Glut Nov 22, 2021 · Which are best open-source dear-imgui projects in ...
#92. OpenGL FPS Game in C (GLUT, GLFW) (Part 1)
OpenGL FPS Game in C (GLUT, GLFW) (Part 1) · OpenGL scene in truecolor · Camera/View Space in OpenGL · Beginners Chess Opening TIER LIST with Hikaru and Levy | ...
#93. Opengl 3d pyramid - PressMeettv
Sep 06, 2005 · Project 1: Rendering 3D Objects Using OpenGL and GLUT. ... Aug 22, 2013 · OpenGL, GLFW when making 3d pyramid some faces do not show Graphics ...
glut glfw 在 [分享] OpenGL在vs2010 include gl/glut.h解法- 看板C_and_CPP 的八卦
環境:windows 7, glutdlls37beta套件,vs2010,
使用工具:Freeglut2.6.0,
小弟我礙於研究必須碰openGL,
但是在vs2010平台上引用glut.h會失效,
會出現no referrence的結果,
先說小弟我的原本情況,
已經裝完glut.h,glut32.dll,glut.dll,glut32.lib,glut.lib,
在單純只有#include <GL/glut.h>的狀態下可編譯,可執行會過,
但是在引用glutInit等函式後,
便會出現no referrence的compiler錯誤,
如果情況有符合者可以依照我的解法試試看,
這是教學網址https://ppt.cc/Vvl8
目前還可以看,避免死掉我做重點詮釋,
1.下載Freeglut2.6.0:https://ppt.cc/NmUz
2.使用vs2010對freeglut做編譯
3.將以下檔案加入各別不同的資料夾內:
a. 將relesase資料夾內的freeglut.dll複製到C:\Windows\System32;如果是64位元系統
則放到:C:\Windows\SysWOW64
b. 將..\freeglut-2.6.0\include\GL中的所有*.h檔案加入到與gl.h同一個資料夾中:
預設為C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include\gl
若為64位元系統,則默認為:C:\Program Files (x86)\MicrosoftSDKs\Windows
\v7.0A\Include\gl
c. 將relesase資料夾內的freeglut.lib複製到與GlU32.Lib相同資料夾中:
預設為C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib
若為64位元系統,則默認為:C:\Program Files (x86)\MicrosoftSDKs\Windows
\v7.0A\Lib
完成以上配置後,開啟你的vs2010,c++專案測試以下核心程式碼,
#include <GL/freeglut.h>
glutInit(&argc,0);
看看有沒成功即可,freeglut代替glut標頭檔,
以上是給需要使用的人,
小弟我找了兩天的資料(沒辦法作業來了)才找到解法,
2013/8/2 google到的解法90%不能用,
趁著熱騰騰的時候有感而發,
如果是我太笨的話,本來就是大家都會用的話,
請告知我,我會立馬刪文。
--
當納粹黨來抓共產黨的時候,我沒有站出來為他們說話,因為我不是共產黨;
當納粹黨來抓猶太人的時候,我沒有站出來為他們說話,因為我不是猶太人;
當納粹黨來抓工會的人的時候,我沒有站出來為他們說話,因為我不是工會的人;
當納粹黨來抓天主教徒的時候,我沒有站出來為他們說話,因為我是基督徒,
不是天主教徒;
當納粹黨來抓我的時候,已經沒有人站出來為我說話,因為他們都被抓走了。
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.142.121.102
額外的六個方法,可以參考
... <看更多>